Examples of Android Joystick Controls? [on hold]

Posted by KRB on Game Development See other posts from Game Development or by KRB
Published on 2011-09-14T01:47:45Z Indexed on 2014/08/18 22:34 UTC
Read the original article Hit count: 210

Filed under:
|
|

I can't seem to find any well executed code examples for Android joystick controls.

Whatever it may be, algorithms, pseudo code, actual code examples, strategies, or anything to assist with the design and implementation of Android joystick controls; I can't seem to find anything decent on the net.

What are some well executed examples?

More specifically,

  • Pseudo Code
  • Current Examples
  • Idea/Design
  • Functionality Description
  • Controller Hints Related Directly to Android Architecture

What kind of classes will I have making this? Will there be only one? How would this be implemented to the game architecture? All things I am thinking about.

Cheers!

UPDATE

  • I've found this on the subject Joystick Example1, though I am still looking for different examples/resources.

  • Answered my own question with a link to the code of the above video. It's a fantastic start to Android Joystick Controls.

© Game Development or respective owner

Related posts about android

Related posts about control